projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0fa505
)
(grep-find): Don't check grep-find-command
author
Kim F. Storm
<storm@cua.dk>
Thu, 18 May 2006 14:39:09 +0000
(14:39 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Thu, 18 May 2006 14:39:09 +0000
(14:39 +0000)
before running command (breaks non-interactive usage).
lisp/progmodes/grep.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/grep.el
b/lisp/progmodes/grep.el
index 410a973d1b4a8f435fc40d58035e8aa0339236e1..d207094cafebae52e0a9345f13c4b79ba86ed1ba 100644
(file)
--- a/
lisp/progmodes/grep.el
+++ b/
lisp/progmodes/grep.el
@@
-553,7
+553,7
@@
easily repeat a find command."
(read-string
"compile.el: No `grep-find-command' command available. Press RET.")
(list nil))))
- (when
(and grep-find-command command-args)
+ (when
command-args
(let ((null-device nil)) ; see grep
(grep command-args))))